home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / July 96 / Re Part Server < prev    next >
Encoding:
Internet Message Format  |  1996-07-09  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Part Server
  2. Sent:        7/9/96 12:42 PM
  3. Received:    7/9/96 12:51 PM
  4. From:        Damon Cokenias, cokenias@mtn-palace.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8.  
  9. >I see two methods to communicate information between my parts and my
  10. >background part server:
  11. >
  12. >1. AppleEvents
  13. >2. OD extensions
  14. >
  15. >What is the best way?
  16. >
  17. >If OD extensions is the best way, then how can a background task
  18. >communicate with the extension of an OpenDoc part?
  19. >
  20. >Serge
  21.  
  22. You'll need to wait for DSOM before you can reliably call a SOM object that
  23. is in a different process.  So the short answer is "use AppleEvents".
  24.  
  25. -Damon
  26.  
  27.  
  28. +-----------------------------------------------------------------------+
  29. |   /\    Damon Cokenias                                                |
  30. |  /^^\   cokenias@mtn-palace.com                                       |
  31. | /____\  Visit the Mountain Palace at http://www.netgate.net/~cokenias |
  32. +-----------------------------------------------------------------------+
  33.  
  34.  
  35.